home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 125 / MacAddict_125_2007_01.iso / Software / Utilities / ChronoSync 3.3.2.dmg / ChronoSync.app / Contents / Resources / ChronoSync.scriptSuite < prev    next >
Extensible Markup Language  |  2006-10-18  |  3KB  |  150 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>CRsy</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>ContainerSyncDocument</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>cdoc</string>
  13.             <key>Attributes</key>
  14.             <dict>
  15.                 <key>syncStatus</key>
  16.                 <dict>
  17.                     <key>AppleEventCode</key>
  18.                     <string>stat</string>
  19.                     <key>Type</key>
  20.                     <string>NSNumber</string>
  21.                 </dict>
  22.             </dict>
  23.             <key>Superclass</key>
  24.             <string>GenericDocument</string>
  25.             <key>SupportedCommands</key>
  26.             <dict>
  27.                 <key>Synchronize</key>
  28.                 <string>doSynchronize:</string>
  29.             </dict>
  30.         </dict>
  31.         <key>GenericDocument</key>
  32.         <dict>
  33.             <key>AppleEventCode</key>
  34.             <string>docu</string>
  35.             <key>Attributes</key>
  36.             <dict/>
  37.             <key>InverseRelationships</key>
  38.             <dict/>
  39.             <key>Superclass</key>
  40.             <string>NSCoreSuite.NSDocument</string>
  41.             <key>SupportedCommands</key>
  42.             <dict/>
  43.             <key>ToManyRelationships</key>
  44.             <dict/>
  45.             <key>ToOneRelationships</key>
  46.             <dict/>
  47.         </dict>
  48.         <key>NSApplication</key>
  49.         <dict>
  50.             <key>AppleEventCode</key>
  51.             <string>capp</string>
  52.             <key>Attributes</key>
  53.             <dict>
  54.                 <key>scriptOwnerDocument</key>
  55.                 <dict>
  56.                     <key>AppleEventCode</key>
  57.                     <string>sown</string>
  58.                     <key>Type</key>
  59.                     <string>SyncDocument</string>
  60.                 </dict>
  61.             </dict>
  62.             <key>Superclass</key>
  63.             <string>NSCoreSuite.NSApplication</string>
  64.             <key>ToManyRelationships</key>
  65.             <dict>
  66.                 <key>orderedDocuments</key>
  67.                 <dict>
  68.                     <key>AppleEventCode</key>
  69.                     <string>docu</string>
  70.                     <key>Type</key>
  71.                     <string>GenericDocument</string>
  72.                 </dict>
  73.             </dict>
  74.         </dict>
  75.         <key>SyncDocument</key>
  76.         <dict>
  77.             <key>AppleEventCode</key>
  78.             <string>sdoc</string>
  79.             <key>Attributes</key>
  80.             <dict>
  81.                 <key>lastSyncDateString</key>
  82.                 <dict>
  83.                     <key>AppleEventCode</key>
  84.                     <string>sdat</string>
  85.                     <key>Type</key>
  86.                     <string>NSString</string>
  87.                 </dict>
  88.                 <key>leftTargetPathString</key>
  89.                 <dict>
  90.                     <key>AppleEventCode</key>
  91.                     <string>lpat</string>
  92.                     <key>Type</key>
  93.                     <string>NSString</string>
  94.                 </dict>
  95.                 <key>rightTargetPathString</key>
  96.                 <dict>
  97.                     <key>AppleEventCode</key>
  98.                     <string>rpat</string>
  99.                     <key>Type</key>
  100.                     <string>NSString</string>
  101.                 </dict>
  102.                 <key>syncStatus</key>
  103.                 <dict>
  104.                     <key>AppleEventCode</key>
  105.                     <string>stat</string>
  106.                     <key>Type</key>
  107.                     <string>NSNumber</string>
  108.                 </dict>
  109.             </dict>
  110.             <key>Superclass</key>
  111.             <string>GenericDocument</string>
  112.             <key>SupportedCommands</key>
  113.             <dict>
  114.                 <key>Synchronize</key>
  115.                 <string>doSynchronize:</string>
  116.                 <key>TrialSynchronize</key>
  117.                 <string>doTrialSynchronize:</string>
  118.             </dict>
  119.         </dict>
  120.     </dict>
  121.     <key>Commands</key>
  122.     <dict>
  123.         <key>Synchronize</key>
  124.         <dict>
  125.             <key>AppleEVentClassCode</key>
  126.             <string>CRsy</string>
  127.             <key>AppleEventCode</key>
  128.             <string>dsyn</string>
  129.             <key>CommandClass</key>
  130.             <string>NSScriptCommand</string>
  131.             <key>Type</key>
  132.             <string></string>
  133.         </dict>
  134.         <key>TrialSynchronize</key>
  135.         <dict>
  136.             <key>AppleEVentClassCode</key>
  137.             <string>CRsy</string>
  138.             <key>AppleEventCode</key>
  139.             <string>tsyn</string>
  140.             <key>CommandClass</key>
  141.             <string>NSScriptCommand</string>
  142.             <key>Type</key>
  143.             <string></string>
  144.         </dict>
  145.     </dict>
  146.     <key>Name</key>
  147.     <string>ChronoSync</string>
  148. </dict>
  149. </plist>
  150.